Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Storages Namespace / IStorage<T> Interface / Add Method


In This Topic
    Add Method (IStorage<T>)
    In This Topic
    Syntax
    'Declaration
     
    Function Add( _
       ByVal value As T, _
       Optional ByVal refCount As Integer _
    ) As Integer
    'Usage
     
    Dim instance As IStorage(Of T)
    Dim value As T
    Dim refCount As Integer
    Dim value As Integer
     
    value = instance.Add(value, refCount)
    int Add( 
       T value,
       int refCount
    )

    Parameters

    value
    refCount
    See Also